ComponentOne ASP.NET MVC Controls
SelectedIndex Property (ListBox<T>)

C1.Web.Mvc Namespace > ListBox<T> Class : SelectedIndex Property
Gets or sets the index of the currently selected item in the list.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Property SelectedIndex As Integer
[DefaultValue()]
public int SelectedIndex {get; set;}
See Also

Reference

ListBox<T> Class
ListBox<T> Members